Html Css Color HEX #BFD2CA Jet Stream

📋 copy color: '#BFD2CA'

red 191 ◦ green 210 ◦ blue 202

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

Shades of Jet Stream #BFD2CA

Tints of Jet Stream #BFD2CA

RGB

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

 GREEN value IS 210 (82.42% from 255) = 34.83%

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

R = 31.67%
G = 34.83%
B = 33.5%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#BFD2CA (or 0xBFD2CA) is known color: Jet Stream. HEX triplet: BF, D2 and CA. RGB value is (191,210,202). Sum of RGB (Red+Green+Blue) = 191+210+202=603 (79% of max value = 765). Red value is 191 (75% from 255 or 31.67% from 603); Green value is 210 (82.42% from 255 or 34.83% from 603); Blue value is 202 (79.30% from 255 or 33.50% from 603); Max value from RGB is 210 - color contains mainly: green. Hex color #BFD2CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD2CA is #402D35. Grayscale: #CBCBCB. Windows color (decimal): -4205878 or 13292223. OLE color: 13292223.

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

Color convert

RGB 191 210 202 -
CMYK 0.09 0 0.04 0.18
HSL 154.74º 0.17% 0.79% -
HSV(B) 154.74º 0.09% 0.82% -
XYZ 55.19 61.43 64.83 -
YUV 203.41 127.21 119.15 -
System Red Green Blue C M Y K H S L
Decimal 191 210 202 0.09 0 0.04 0.18 154.74 0.17 0.79
Hex BF D2 CA 9 0 4 12 9B 11 4F
Octal 277 322 312 11 0 4 22 233 21 117
Binary 10111111 11010010 11001010 1001 0 100 10010 10011011 10001 1001111

Color Harmonies of #BFD2CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD2CA

Black with #BFD2CA

Text Example


Text Example

White with #BFD2CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD2CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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