Html Css Color HEX #BFD3CB Jet Stream

📋 copy color: '#BFD3CB'

red 191 ◦ green 211 ◦ blue 203

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

Shades of Jet Stream #BFD3CB

Tints of Jet Stream #BFD3CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 33.55%

R = 31.57%
G = 34.88%
B = 33.55%

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

#BFD3CB (or 0xBFD3CB) is known color: Jet Stream. HEX triplet: BF, D3 and CB. RGB value is (191,211,203). Sum of RGB (Red+Green+Blue) = 191+211+203=605 (80% of max value = 765). Red value is 191 (75% from 255 or 31.57% from 605); Green value is 211 (82.81% from 255 or 34.88% from 605); Blue value is 203 (79.69% from 255 or 33.55% from 605); Max value from RGB is 211 - color contains mainly: green. Hex color #BFD3CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD3CB is #402C34. Grayscale: #CCCCCC. Windows color (decimal): -4205621 or 13358015. OLE color: 13358015.

HSL color Cylindrical-coordinate representation of color #BFD3CB: hue angle of 156º 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 #BFD3CB is Cyan = 0.09, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB 191 211 203 -
CMYK 0.09 0 0.04 0.17
HSL 156º 0.19% 0.79% -
HSV(B) 156º 0.09% 0.83% -
XYZ 55.56 61.98 65.53 -
YUV 204.11 127.37 118.65 -
System Red Green Blue C M Y K H S L
Decimal 191 211 203 0.09 0 0.04 0.17 156 0.19 0.79
Hex BF D3 CB 9 0 4 11 9C 13 4F
Octal 277 323 313 11 0 4 21 234 23 117
Binary 10111111 11010011 11001011 1001 0 100 10001 10011100 10011 1001111

Color Harmonies of #BFD3CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD3CB

Black with #BFD3CB

Text Example


Text Example

White with #BFD3CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD3CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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