Html Css Color HEX #BBCFCA Jet Stream

📋 copy color: '#BBCFCA'

red 187 ◦ green 207 ◦ blue 202

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

Shades of Jet Stream #BBCFCA

Tints of Jet Stream #BBCFCA

RGB

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

 GREEN value IS 207 (81.25% from 255) = 34.73%

 BLUE value IS 202 (79.3% from 255) = 33.89%

R = 31.38%
G = 34.73%
B = 33.89%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#BBCFCA (or 0xBBCFCA) is known color: Jet Stream. HEX triplet: BB, CF and CA. RGB value is (187,207,202). Sum of RGB (Red+Green+Blue) = 187+207+202=596 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.38% from 596); Green value is 207 (81.25% from 255 or 34.73% from 596); Blue value is 202 (79.30% from 255 or 33.89% from 596); Max value from RGB is 207 - color contains mainly: green. Hex color #BBCFCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCFCA is #443035. Grayscale: #C8C8C8. Windows color (decimal): -4468790 or 13291451. OLE color: 13291451.

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

Color convert

RGB 187 207 202 -
CMYK 0.10 0 0.02 0.19
HSL 165º 0.17% 0.77% -
HSV(B) 165º 0.1% 0.81% -
XYZ 53.47 59.45 64.54 -
YUV 200.45 128.87 118.41 -
System Red Green Blue C M Y K H S L
Decimal 187 207 202 0.10 0 0.02 0.19 165 0.17 0.77
Hex BB CF CA A 0 2 13 A5 11 4D
Octal 273 317 312 12 0 2 23 245 21 115
Binary 10111011 11001111 11001010 1010 0 10 10011 10100101 10001 1001101

Color Harmonies of #BBCFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCFCA

Black with #BBCFCA

Text Example


Text Example

White with #BBCFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCFCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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