Html Css Color HEX #BBD0CC Jet Stream

📋 copy color: '#BBD0CC'

red 187 ◦ green 208 ◦ blue 204

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

Shades of Jet Stream #BBD0CC

Tints of Jet Stream #BBD0CC

RGB

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

 GREEN value IS 208 (81.64% from 255) = 34.72%

 BLUE value IS 204 (80.08% from 255) = 34.06%

R = 31.22%
G = 34.72%
B = 34.06%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#BBD0CC (or 0xBBD0CC) is known color: Jet Stream. HEX triplet: BB, D0 and CC. RGB value is (187,208,204). Sum of RGB (Red+Green+Blue) = 187+208+204=599 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.22% from 599); Green value is 208 (81.64% from 255 or 34.72% from 599); Blue value is 204 (80.08% from 255 or 34.06% from 599); Max value from RGB is 208 - color contains mainly: green. Hex color #BBD0CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD0CC is #442F33. Grayscale: #C9C9C9. Windows color (decimal): -4468532 or 13422779. OLE color: 13422779.

HSL color Cylindrical-coordinate representation of color #BBD0CC: hue angle of 168.57º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BBD0CC is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 187 208 204 -
CMYK 0.10 0 0.02 0.18
HSL 168.57º 0.18% 0.77% -
HSV(B) 168.57º 0.1% 0.82% -
XYZ 53.95 60.04 65.87 -
YUV 201.27 129.54 117.83 -
System Red Green Blue C M Y K H S L
Decimal 187 208 204 0.10 0 0.02 0.18 168.57 0.18 0.77
Hex BB D0 CC A 0 2 12 A9 12 4D
Octal 273 320 314 12 0 2 22 251 22 115
Binary 10111011 11010000 11001100 1010 0 10 10010 10101001 10010 1001101

Color Harmonies of #BBD0CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD0CC

Black with #BBD0CC

Text Example


Text Example

White with #BBD0CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD0CC; }

 p { color: rgb(187,208,204); }

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

background-color css

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

 a { background-color: rgb(187,208,204); }

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

border-color css

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

 span { border-color: rgb(187,208,204); }

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