Html Css Color HEX #BBCDC9 Jet Stream

📋 copy color: '#BBCDC9'

red 187 ◦ green 205 ◦ blue 201

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

Shades of Jet Stream #BBCDC9

Tints of Jet Stream #BBCDC9

RGB

 RED value IS 187 (73.44% from 255) = 31.53%

 GREEN value IS 205 (80.47% from 255) = 34.57%

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

R = 31.53%
G = 34.57%
B = 33.9%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.02

 K value IS 0.20

RGB Variations

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

Color information

#BBCDC9 (or 0xBBCDC9) is known color: Jet Stream. HEX triplet: BB, CD and C9. RGB value is (187,205,201). Sum of RGB (Red+Green+Blue) = 187+205+201=593 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.53% from 593); Green value is 205 (80.47% from 255 or 34.57% from 593); Blue value is 201 (78.91% from 255 or 33.90% from 593); Max value from RGB is 205 - color contains mainly: green. Hex color #BBCDC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCDC9 is #443236. Grayscale: #C7C7C7. Windows color (decimal): -4469303 or 13225403. OLE color: 13225403.

HSL color Cylindrical-coordinate representation of color #BBCDC9: hue angle of 166.67º degrees, saturation: 0.15, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BBCDC9 is Cyan = 0.09, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.

Color convert

RGB 187 205 201 -
CMYK 0.09 0 0.02 0.20
HSL 166.67º 0.15% 0.77% -
HSV(B) 166.67º 0.09% 0.8% -
XYZ 52.87 58.44 63.75 -
YUV 199.16 129.04 119.33 -
System Red Green Blue C M Y K H S L
Decimal 187 205 201 0.09 0 0.02 0.20 166.67 0.15 0.77
Hex BB CD C9 9 0 2 14 A7 F 4D
Octal 273 315 311 11 0 2 24 247 17 115
Binary 10111011 11001101 11001001 1001 0 10 10100 10100111 1111 1001101

Color Harmonies of #BBCDC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCDC9

Black with #BBCDC9

Text Example


Text Example

White with #BBCDC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCDC9; }

 p { color: rgb(187,205,201); }

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

background-color css

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

 a { background-color: rgb(187,205,201); }

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

border-color css

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

 span { border-color: rgb(187,205,201); }

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