Html Css Color HEX #BBDCCF Jet Stream

📋 copy color: '#BBDCCF'

red 187 ◦ green 220 ◦ blue 207

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

Shades of Jet Stream #BBDCCF

Tints of Jet Stream #BBDCCF

RGB

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

 GREEN value IS 220 (86.33% from 255) = 35.83%

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

R = 30.46%
G = 35.83%
B = 33.71%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#BBDCCF (or 0xBBDCCF) is known color: Jet Stream. HEX triplet: BB, DC and CF. RGB value is (187,220,207). Sum of RGB (Red+Green+Blue) = 187+220+207=614 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.46% from 614); Green value is 220 (86.33% from 255 or 35.83% from 614); Blue value is 207 (81.25% from 255 or 33.71% from 614); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDCCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDCCF is #442330. Grayscale: #D0D0D0. Windows color (decimal): -4465457 or 13622459. OLE color: 13622459.

HSL color Cylindrical-coordinate representation of color #BBDCCF: hue angle of 156.36º degrees, saturation: 0.32, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BBDCCF is Cyan = 0.15, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB 187 220 207 -
CMYK 0.15 0 0.06 0.14
HSL 156.36º 0.32% 0.8% -
HSV(B) 156.36º 0.15% 0.86% -
XYZ 57.35 66.26 68.8 -
YUV 208.65 127.07 112.56 -
System Red Green Blue C M Y K H S L
Decimal 187 220 207 0.15 0 0.06 0.14 156.36 0.32 0.8
Hex BB DC CF F 0 6 E 9C 20 50
Octal 273 334 317 17 0 6 16 234 40 120
Binary 10111011 11011100 11001111 1111 0 110 1110 10011100 100000 1010000

Color Harmonies of #BBDCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDCCF

Black with #BBDCCF

Text Example


Text Example

White with #BBDCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDCCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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