Html Css Color HEX #BDCCC9 Jet Stream

📋 copy color: '#BDCCC9'

red 189 ◦ green 204 ◦ blue 201

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

Shades of Jet Stream #BDCCC9

Tints of Jet Stream #BDCCC9

RGB

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

 GREEN value IS 204 (80.08% from 255) = 34.34%

 BLUE value IS 201 (78.91% from 255) = 33.84%

R = 31.82%
G = 34.34%
B = 33.84%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.01

 K value IS 0.2

RGB Variations

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

Color information

#BDCCC9 (or 0xBDCCC9) is known color: Jet Stream. HEX triplet: BD, CC and C9. RGB value is (189,204,201). Sum of RGB (Red+Green+Blue) = 189+204+201=594 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.82% from 594); Green value is 204 (80.08% from 255 or 34.34% from 594); Blue value is 201 (78.91% from 255 or 33.84% from 594); Max value from RGB is 204 - color contains mainly: green. Hex color #BDCCC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCCC9 is #423336. Grayscale: #C7C7C7. Windows color (decimal): -4338487 or 13225149. OLE color: 13225149.

HSL color Cylindrical-coordinate representation of color #BDCCC9: hue angle of 168º degrees, saturation: 0.13, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BDCCC9 is Cyan = 0.07, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.2.

Color convert

RGB 189 204 201 -
CMYK 0.07 0 0.01 0.2
HSL 168º 0.13% 0.77% -
HSV(B) 168º 0.07% 0.8% -
XYZ 53.12 58.22 63.7 -
YUV 199.17 129.03 120.74 -
System Red Green Blue C M Y K H S L
Decimal 189 204 201 0.07 0 0.01 0.2 168 0.13 0.77
Hex BD CC C9 7 0 1 14 A8 D 4D
Octal 275 314 311 7 0 1 24 250 15 115
Binary 10111101 11001100 11001001 111 0 1 10100 10101000 1101 1001101

Color Harmonies of #BDCCC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCCC9

Black with #BDCCC9

Text Example


Text Example

White with #BDCCC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCCC9; }

 p { color: rgb(189,204,201); }

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

background-color css

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

 a { background-color: rgb(189,204,201); }

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

border-color css

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

 span { border-color: rgb(189,204,201); }

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