Html Css Color HEX #BDD2C6 Nebula

📋 copy color: '#BDD2C6'

red 189 ◦ green 210 ◦ blue 198

#BDD2C6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nebula #BDD2C6

Tints of Nebula #BDD2C6

RGB

 RED value IS 189 (74.22% from 255) = 31.66%

 GREEN value IS 210 (82.42% from 255) = 35.18%

 BLUE value IS 198 (77.73% from 255) = 33.17%

R = 31.66%
G = 35.18%
B = 33.17%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.06

 K value IS 0.18

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BDD2C6 (or 0xBDD2C6) is known color: Nebula. HEX triplet: BD, D2 and C6. RGB value is (189,210,198). Sum of RGB (Red+Green+Blue) = 189+210+198=597 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.66% from 597); Green value is 210 (82.42% from 255 or 35.18% from 597); Blue value is 198 (77.73% from 255 or 33.17% from 597); Max value from RGB is 210 - color contains mainly: green. Hex color #BDD2C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD2C6 is #422D39. Grayscale: #CACACA. Windows color (decimal): -4336954 or 13030077. OLE color: 13030077.

HSL color Cylindrical-coordinate representation of color #BDD2C6: hue angle of 145.71º degrees, saturation: 0.19, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BDD2C6 is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.18.

Color convert

RGB 189 210 198 -
CMYK 0.10 0 0.06 0.18
HSL 145.71º 0.19% 0.78% -
HSV(B) 145.71º 0.1% 0.82% -
XYZ 54.23 60.99 62.34 -
YUV 202.35 125.54 118.48 -
System Red Green Blue C M Y K H S L
Decimal 189 210 198 0.10 0 0.06 0.18 145.71 0.19 0.78
Hex BD D2 C6 A 0 6 12 92 13 4E
Octal 275 322 306 12 0 6 22 222 23 116
Binary 10111101 11010010 11000110 1010 0 110 10010 10010010 10011 1001110

Color Harmonies of #BDD2C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD2C6

Black with #BDD2C6

Text Example


Text Example

White with #BDD2C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD2C6; }

 p { color: rgb(189,210,198); }

 H1.HeaderClassName
 {
   color: #BDD2C6;
 }
 .AnyTagClassName
 {
   color: #BDD2C6;
 }
</style>

background-color css

<style>
 a { background-color: #BDD2C6; }

 a { background-color: rgb(189,210,198); }

 div.DivClassName
 {
   background-color: #BDD2C6;
 }
 .BgClassName
 {
   background-color: #BDD2C6;
 }
</style>

border-color css

<style>
 span { border-color: #BDD2C6; }

 span { border-color: rgb(189,210,198); }

 td.TdClassName
 {
   border-color: #BDD2C6;
 }
 .TagClassName
 {
   border-color: #BDD2C6;
 }
</style>