Html Css Color HEX #BBD7CF Jet Stream

📋 copy color: '#BBD7CF'

red 187 ◦ green 215 ◦ blue 207

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

Shades of Jet Stream #BBD7CF

Tints of Jet Stream #BBD7CF

RGB

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

 GREEN value IS 215 (84.38% from 255) = 35.3%

 BLUE value IS 207 (81.25% from 255) = 33.99%

R = 30.71%
G = 35.3%
B = 33.99%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#BBD7CF (or 0xBBD7CF) is known color: Jet Stream. HEX triplet: BB, D7 and CF. RGB value is (187,215,207). Sum of RGB (Red+Green+Blue) = 187+215+207=609 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.71% from 609); Green value is 215 (84.38% from 255 or 35.30% from 609); Blue value is 207 (81.25% from 255 or 33.99% from 609); Max value from RGB is 215 - color contains mainly: green. Hex color #BBD7CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD7CF is #442830. Grayscale: #CDCDCD. Windows color (decimal): -4466737 or 13621179. OLE color: 13621179.

HSL color Cylindrical-coordinate representation of color #BBD7CF: hue angle of 162.86º degrees, saturation: 0.26, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BBD7CF is Cyan = 0.13, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 187 215 207 -
CMYK 0.13 0 0.04 0.16
HSL 162.86º 0.26% 0.79% -
HSV(B) 162.86º 0.13% 0.84% -
XYZ 56.06 63.67 68.37 -
YUV 205.72 128.72 114.65 -
System Red Green Blue C M Y K H S L
Decimal 187 215 207 0.13 0 0.04 0.16 162.86 0.26 0.79
Hex BB D7 CF D 0 4 10 A3 1A 4F
Octal 273 327 317 15 0 4 20 243 32 117
Binary 10111011 11010111 11001111 1101 0 100 10000 10100011 11010 1001111

Color Harmonies of #BBD7CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD7CF

Black with #BBD7CF

Text Example


Text Example

White with #BBD7CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD7CF; }

 p { color: rgb(187,215,207); }

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

background-color css

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

 a { background-color: rgb(187,215,207); }

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

border-color css

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

 span { border-color: rgb(187,215,207); }

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