Html Css Color HEX #BBCDC7 Jet Stream

📋 copy color: '#BBCDC7'

red 187 ◦ green 205 ◦ blue 199

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

Shades of Jet Stream #BBCDC7

Tints of Jet Stream #BBCDC7

RGB

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

 GREEN value IS 205 (80.47% from 255) = 34.69%

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

R = 31.64%
G = 34.69%
B = 33.67%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.03

 K value IS 0.20

RGB Variations

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

Color information

#BBCDC7 (or 0xBBCDC7) is known color: Jet Stream. HEX triplet: BB, CD and C7. RGB value is (187,205,199). Sum of RGB (Red+Green+Blue) = 187+205+199=591 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.64% from 591); Green value is 205 (80.47% from 255 or 34.69% from 591); Blue value is 199 (78.12% from 255 or 33.67% from 591); Max value from RGB is 205 - color contains mainly: green. Hex color #BBCDC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCDC7 is #443238. Grayscale: #C6C6C6. Windows color (decimal): -4469305 or 13094331. OLE color: 13094331.

HSL color Cylindrical-coordinate representation of color #BBCDC7: hue angle of 160º degrees, saturation: 0.15, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BBCDC7 is Cyan = 0.09, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.

Color convert

RGB 187 205 199 -
CMYK 0.09 0 0.03 0.20
HSL 160º 0.15% 0.77% -
HSV(B) 160º 0.09% 0.8% -
XYZ 52.63 58.35 62.52 -
YUV 198.93 128.04 119.49 -
System Red Green Blue C M Y K H S L
Decimal 187 205 199 0.09 0 0.03 0.20 160 0.15 0.77
Hex BB CD C7 9 0 3 14 A0 F 4D
Octal 273 315 307 11 0 3 24 240 17 115
Binary 10111011 11001101 11000111 1001 0 11 10100 10100000 1111 1001101

Color Harmonies of #BBCDC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCDC7

Black with #BBCDC7

Text Example


Text Example

White with #BBCDC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCDC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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