Html Css Color HEX #BFD7CB Jet Stream

📋 copy color: '#BFD7CB'

red 191 ◦ green 215 ◦ blue 203

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

Shades of Jet Stream #BFD7CB

Tints of Jet Stream #BFD7CB

RGB

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

 GREEN value IS 215 (84.38% from 255) = 35.3%

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

R = 31.36%
G = 35.3%
B = 33.33%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#BFD7CB (or 0xBFD7CB) is known color: Jet Stream. HEX triplet: BF, D7 and CB. RGB value is (191,215,203). Sum of RGB (Red+Green+Blue) = 191+215+203=609 (80% of max value = 765). Red value is 191 (75% from 255 or 31.36% from 609); Green value is 215 (84.38% from 255 or 35.30% from 609); Blue value is 203 (79.69% from 255 or 33.33% from 609); Max value from RGB is 215 - color contains mainly: green. Hex color #BFD7CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD7CB is #402834. Grayscale: #CECECE. Windows color (decimal): -4204597 or 13359039. OLE color: 13359039.

HSL color Cylindrical-coordinate representation of color #BFD7CB: hue angle of 150º degrees, saturation: 0.23, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BFD7CB is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB 191 215 203 -
CMYK 0.11 0 0.06 0.16
HSL 150º 0.23% 0.8% -
HSV(B) 150º 0.11% 0.84% -
XYZ 56.57 63.99 65.87 -
YUV 206.46 126.05 116.98 -
System Red Green Blue C M Y K H S L
Decimal 191 215 203 0.11 0 0.06 0.16 150 0.23 0.8
Hex BF D7 CB B 0 6 10 96 17 50
Octal 277 327 313 13 0 6 20 226 27 120
Binary 10111111 11010111 11001011 1011 0 110 10000 10010110 10111 1010000

Color Harmonies of #BFD7CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD7CB

Black with #BFD7CB

Text Example


Text Example

White with #BFD7CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD7CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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