Html Css Color HEX #BDD1C4 Nebula

📋 copy color: '#BDD1C4'

red 189 ◦ green 209 ◦ blue 196

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

Shades of Nebula #BDD1C4

Tints of Nebula #BDD1C4

RGB

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

 GREEN value IS 209 (82.03% from 255) = 35.19%

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

R = 31.82%
G = 35.19%
B = 33%

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

#BDD1C4 (or 0xBDD1C4) is known color: Nebula. HEX triplet: BD, D1 and C4. RGB value is (189,209,196). Sum of RGB (Red+Green+Blue) = 189+209+196=594 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.82% from 594); Green value is 209 (82.03% from 255 or 35.19% from 594); Blue value is 196 (76.95% from 255 or 33.00% from 594); Max value from RGB is 209 - color contains mainly: green. Hex color #BDD1C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD1C4 is #422E3B. Grayscale: #C9C9C9. Windows color (decimal): -4337212 or 12898749. OLE color: 12898749.

HSL color Cylindrical-coordinate representation of color #BDD1C4: hue angle of 141º degrees, saturation: 0.18, 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 #BDD1C4 is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.18.

Color convert

RGB 189 209 196 -
CMYK 0.10 0 0.06 0.18
HSL 141º 0.18% 0.78% -
HSV(B) 141º 0.1% 0.82% -
XYZ 53.75 60.41 61.05 -
YUV 201.54 124.87 119.06 -
System Red Green Blue C M Y K H S L
Decimal 189 209 196 0.10 0 0.06 0.18 141 0.18 0.78
Hex BD D1 C4 A 0 6 12 8D 12 4E
Octal 275 321 304 12 0 6 22 215 22 116
Binary 10111101 11010001 11000100 1010 0 110 10010 10001101 10010 1001110

Color Harmonies of #BDD1C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD1C4

Black with #BDD1C4

Text Example


Text Example

White with #BDD1C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD1C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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