Html Css Color HEX #BFD1CA Jet Stream

📋 copy color: '#BFD1CA'

red 191 ◦ green 209 ◦ blue 202

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

Shades of Jet Stream #BFD1CA

Tints of Jet Stream #BFD1CA

RGB

 RED value IS 191 (75% from 255) = 31.73%

 GREEN value IS 209 (82.03% from 255) = 34.72%

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

R = 31.73%
G = 34.72%
B = 33.55%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#BFD1CA (or 0xBFD1CA) is known color: Jet Stream. HEX triplet: BF, D1 and CA. RGB value is (191,209,202). Sum of RGB (Red+Green+Blue) = 191+209+202=602 (79% of max value = 765). Red value is 191 (75% from 255 or 31.73% from 602); Green value is 209 (82.03% from 255 or 34.72% from 602); Blue value is 202 (79.30% from 255 or 33.55% from 602); Max value from RGB is 209 - color contains mainly: green. Hex color #BFD1CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD1CA is #402E35. Grayscale: #CACACA. Windows color (decimal): -4206134 or 13291967. OLE color: 13291967.

HSL color Cylindrical-coordinate representation of color #BFD1CA: hue angle of 156.67º degrees, saturation: 0.16, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BFD1CA is Cyan = 0.09, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB 191 209 202 -
CMYK 0.09 0 0.03 0.18
HSL 156.67º 0.16% 0.78% -
HSV(B) 156.67º 0.09% 0.82% -
XYZ 54.95 60.94 64.74 -
YUV 202.82 127.54 119.57 -
System Red Green Blue C M Y K H S L
Decimal 191 209 202 0.09 0 0.03 0.18 156.67 0.16 0.78
Hex BF D1 CA 9 0 3 12 9D 10 4E
Octal 277 321 312 11 0 3 22 235 20 116
Binary 10111111 11010001 11001010 1001 0 11 10010 10011101 10000 1001110

Color Harmonies of #BFD1CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD1CA

Black with #BFD1CA

Text Example


Text Example

White with #BFD1CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD1CA; }

 p { color: rgb(191,209,202); }

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

background-color css

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

 a { background-color: rgb(191,209,202); }

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

border-color css

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

 span { border-color: rgb(191,209,202); }

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