Html Css Color HEX #BFD7CA Jet Stream

📋 copy color: '#BFD7CA'

red 191 ◦ green 215 ◦ blue 202

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

Shades of Jet Stream #BFD7CA

Tints of Jet Stream #BFD7CA

RGB

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

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

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

R = 31.41%
G = 35.36%
B = 33.22%

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

#BFD7CA (or 0xBFD7CA) is known color: Jet Stream. HEX triplet: BF, D7 and CA. RGB value is (191,215,202). Sum of RGB (Red+Green+Blue) = 191+215+202=608 (80% of max value = 765). Red value is 191 (75% from 255 or 31.41% from 608); Green value is 215 (84.38% from 255 or 35.36% from 608); Blue value is 202 (79.30% from 255 or 33.22% from 608); Max value from RGB is 215 - color contains mainly: green. Hex color #BFD7CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD7CA is #402835. Grayscale: #CECECE. Windows color (decimal): -4204598 or 13293503. OLE color: 13293503.

HSL color Cylindrical-coordinate representation of color #BFD7CA: hue angle of 147.5º 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 #BFD7CA is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB 191 215 202 -
CMYK 0.11 0 0.06 0.16
HSL 147.5º 0.23% 0.8% -
HSV(B) 147.5º 0.11% 0.84% -
XYZ 56.45 63.94 65.24 -
YUV 206.34 125.55 117.06 -
System Red Green Blue C M Y K H S L
Decimal 191 215 202 0.11 0 0.06 0.16 147.5 0.23 0.8
Hex BF D7 CA B 0 6 10 94 17 50
Octal 277 327 312 13 0 6 20 224 27 120
Binary 10111111 11010111 11001010 1011 0 110 10000 10010100 10111 1010000

Color Harmonies of #BFD7CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD7CA

Black with #BFD7CA

Text Example


Text Example

White with #BFD7CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD7CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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