Html Css Color HEX #BBD3C7 Jet Stream

📋 copy color: '#BBD3C7'

red 187 ◦ green 211 ◦ blue 199

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

Shades of Jet Stream #BBD3C7

Tints of Jet Stream #BBD3C7

RGB

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

 GREEN value IS 211 (82.81% from 255) = 35.34%

 BLUE value IS 199 (78.13% from 255) = 33.33%

R = 31.32%
G = 35.34%
B = 33.33%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.06

 K value IS 0.17

RGB Variations

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

Color information

#BBD3C7 (or 0xBBD3C7) is known color: Jet Stream. HEX triplet: BB, D3 and C7. RGB value is (187,211,199). Sum of RGB (Red+Green+Blue) = 187+211+199=597 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.32% from 597); Green value is 211 (82.81% from 255 or 35.34% from 597); Blue value is 199 (78.12% from 255 or 33.33% from 597); Max value from RGB is 211 - color contains mainly: green. Hex color #BBD3C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD3C7 is #442C38. Grayscale: #CACACA. Windows color (decimal): -4467769 or 13095867. OLE color: 13095867.

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

Color convert

RGB 187 211 199 -
CMYK 0.11 0 0.06 0.17
HSL 150º 0.21% 0.78% -
HSV(B) 150º 0.11% 0.83% -
XYZ 54.1 61.28 63.01 -
YUV 202.46 126.05 116.98 -
System Red Green Blue C M Y K H S L
Decimal 187 211 199 0.11 0 0.06 0.17 150 0.21 0.78
Hex BB D3 C7 B 0 6 11 96 15 4E
Octal 273 323 307 13 0 6 21 226 25 116
Binary 10111011 11010011 11000111 1011 0 110 10001 10010110 10101 1001110

Color Harmonies of #BBD3C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD3C7

Black with #BBD3C7

Text Example


Text Example

White with #BBD3C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD3C7; }

 p { color: rgb(187,211,199); }

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

background-color css

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

 a { background-color: rgb(187,211,199); }

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

border-color css

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

 span { border-color: rgb(187,211,199); }

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