Html Css Color HEX #BDD0C4 Nebula

📋 copy color: '#BDD0C4'

red 189 ◦ green 208 ◦ blue 196

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

Shades of Nebula #BDD0C4

Tints of Nebula #BDD0C4

RGB

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

 GREEN value IS 208 (81.64% from 255) = 35.08%

 BLUE value IS 196 (76.95% from 255) = 33.05%

R = 31.87%
G = 35.08%
B = 33.05%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.06

 K value IS 0.18

RGB Variations

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

Color information

#BDD0C4 (or 0xBDD0C4) is known color: Nebula. HEX triplet: BD, D0 and C4. RGB value is (189,208,196). Sum of RGB (Red+Green+Blue) = 189+208+196=593 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.87% from 593); Green value is 208 (81.64% from 255 or 35.08% from 593); Blue value is 196 (76.95% from 255 or 33.05% from 593); Max value from RGB is 208 - color contains mainly: green. Hex color #BDD0C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD0C4 is #422F3B. Grayscale: #C8C8C8. Windows color (decimal): -4337468 or 12898493. OLE color: 12898493.

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

Color convert

RGB 189 208 196 -
CMYK 0.09 0 0.06 0.18
HSL 142.11º 0.17% 0.78% -
HSV(B) 142.11º 0.09% 0.82% -
XYZ 53.51 59.92 60.97 -
YUV 200.95 125.21 119.48 -
System Red Green Blue C M Y K H S L
Decimal 189 208 196 0.09 0 0.06 0.18 142.11 0.17 0.78
Hex BD D0 C4 9 0 6 12 8E 11 4E
Octal 275 320 304 11 0 6 22 216 21 116
Binary 10111101 11010000 11000100 1001 0 110 10010 10001110 10001 1001110

Color Harmonies of #BDD0C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD0C4

Black with #BDD0C4

Text Example


Text Example

White with #BDD0C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD0C4; }

 p { color: rgb(189,208,196); }

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

background-color css

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

 a { background-color: rgb(189,208,196); }

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

border-color css

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

 span { border-color: rgb(189,208,196); }

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