Html Css Color HEX #BBCDC8 Jet Stream

📋 copy color: '#BBCDC8'

red 187 ◦ green 205 ◦ blue 200

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

Shades of Jet Stream #BBCDC8

Tints of Jet Stream #BBCDC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 33.78%

R = 31.59%
G = 34.63%
B = 33.78%

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

#BBCDC8 (or 0xBBCDC8) is known color: Jet Stream. HEX triplet: BB, CD and C8. RGB value is (187,205,200). Sum of RGB (Red+Green+Blue) = 187+205+200=592 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.59% from 592); Green value is 205 (80.47% from 255 or 34.63% from 592); Blue value is 200 (78.52% from 255 or 33.78% from 592); Max value from RGB is 205 - color contains mainly: green. Hex color #BBCDC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCDC8 is #443237. Grayscale: #C7C7C7. Windows color (decimal): -4469304 or 13159867. OLE color: 13159867.

HSL color Cylindrical-coordinate representation of color #BBCDC8: hue angle of 163.33º 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 #BBCDC8 is Cyan = 0.09, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.

Color convert

RGB 187 205 200 -
CMYK 0.09 0 0.02 0.20
HSL 163.33º 0.15% 0.77% -
HSV(B) 163.33º 0.09% 0.8% -
XYZ 52.75 58.4 63.14 -
YUV 199.05 128.54 119.41 -
System Red Green Blue C M Y K H S L
Decimal 187 205 200 0.09 0 0.02 0.20 163.33 0.15 0.77
Hex BB CD C8 9 0 2 14 A3 F 4D
Octal 273 315 310 11 0 2 24 243 17 115
Binary 10111011 11001101 11001000 1001 0 10 10100 10100011 1111 1001101

Color Harmonies of #BBCDC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCDC8

Black with #BBCDC8

Text Example


Text Example

White with #BBCDC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCDC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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