Html Css Color HEX #BFD3CA Jet Stream

📋 copy color: '#BFD3CA'

red 191 ◦ green 211 ◦ blue 202

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

Shades of Jet Stream #BFD3CA

Tints of Jet Stream #BFD3CA

RGB

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

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

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

R = 31.62%
G = 34.93%
B = 33.44%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#BFD3CA (or 0xBFD3CA) is known color: Jet Stream. HEX triplet: BF, D3 and CA. RGB value is (191,211,202). Sum of RGB (Red+Green+Blue) = 191+211+202=604 (80% of max value = 765). Red value is 191 (75% from 255 or 31.62% from 604); Green value is 211 (82.81% from 255 or 34.93% from 604); Blue value is 202 (79.30% from 255 or 33.44% from 604); Max value from RGB is 211 - color contains mainly: green. Hex color #BFD3CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD3CA is #402C35. Grayscale: #CCCCCC. Windows color (decimal): -4205622 or 13292479. OLE color: 13292479.

HSL color Cylindrical-coordinate representation of color #BFD3CA: hue angle of 153º degrees, saturation: 0.19, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BFD3CA is Cyan = 0.09, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB 191 211 202 -
CMYK 0.09 0 0.04 0.17
HSL 153º 0.19% 0.79% -
HSV(B) 153º 0.09% 0.83% -
XYZ 55.44 61.93 64.91 -
YUV 203.99 126.87 118.73 -
System Red Green Blue C M Y K H S L
Decimal 191 211 202 0.09 0 0.04 0.17 153 0.19 0.79
Hex BF D3 CA 9 0 4 11 99 13 4F
Octal 277 323 312 11 0 4 21 231 23 117
Binary 10111111 11010011 11001010 1001 0 100 10001 10011001 10011 1001111

Color Harmonies of #BFD3CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD3CA

Black with #BFD3CA

Text Example


Text Example

White with #BFD3CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD3CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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