Html Css Color HEX #BBC8C6 Jet Stream

📋 copy color: '#BBC8C6'

red 187 ◦ green 200 ◦ blue 198

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

Shades of Jet Stream #BBC8C6

Tints of Jet Stream #BBC8C6

RGB

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

 GREEN value IS 200 (78.52% from 255) = 34.19%

 BLUE value IS 198 (77.73% from 255) = 33.85%

R = 31.97%
G = 34.19%
B = 33.85%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.01

 K value IS 0.22

RGB Variations

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

Color information

#BBC8C6 (or 0xBBC8C6) is known color: Jet Stream. HEX triplet: BB, C8 and C6. RGB value is (187,200,198). Sum of RGB (Red+Green+Blue) = 187+200+198=585 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.97% from 585); Green value is 200 (78.52% from 255 or 34.19% from 585); Blue value is 198 (77.73% from 255 or 33.85% from 585); Max value from RGB is 200 - color contains mainly: green. Hex color #BBC8C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC8C6 is #443739. Grayscale: #C3C3C3. Windows color (decimal): -4470586 or 13027515. OLE color: 13027515.

HSL color Cylindrical-coordinate representation of color #BBC8C6: hue angle of 170.77º degrees, saturation: 0.11, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BBC8C6 is Cyan = 0.06, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.22.

Color convert

RGB 187 200 198 -
CMYK 0.06 0 0.01 0.22
HSL 170.77º 0.11% 0.76% -
HSV(B) 170.77º 0.07% 0.78% -
XYZ 51.34 55.95 61.52 -
YUV 195.89 129.19 121.66 -
System Red Green Blue C M Y K H S L
Decimal 187 200 198 0.06 0 0.01 0.22 170.77 0.11 0.76
Hex BB C8 C6 6 0 1 16 AB B 4C
Octal 273 310 306 6 0 1 26 253 13 114
Binary 10111011 11001000 11000110 110 0 1 10110 10101011 1011 1001100

Color Harmonies of #BBC8C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC8C6

Black with #BBC8C6

Text Example


Text Example

White with #BBC8C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC8C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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