Html Css Color HEX #BFD5CC Jet Stream

📋 copy color: '#BFD5CC'

red 191 ◦ green 213 ◦ blue 204

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

Shades of Jet Stream #BFD5CC

Tints of Jet Stream #BFD5CC

RGB

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

 GREEN value IS 213 (83.59% from 255) = 35.03%

 BLUE value IS 204 (80.08% from 255) = 33.55%

R = 31.41%
G = 35.03%
B = 33.55%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#BFD5CC (or 0xBFD5CC) is known color: Jet Stream. HEX triplet: BF, D5 and CC. RGB value is (191,213,204). Sum of RGB (Red+Green+Blue) = 191+213+204=608 (80% of max value = 765). Red value is 191 (75% from 255 or 31.41% from 608); Green value is 213 (83.59% from 255 or 35.03% from 608); Blue value is 204 (80.08% from 255 or 33.55% from 608); Max value from RGB is 213 - color contains mainly: green. Hex color #BFD5CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD5CC is #402A33. Grayscale: #CDCDCD. Windows color (decimal): -4205108 or 13424063. OLE color: 13424063.

HSL color Cylindrical-coordinate representation of color #BFD5CC: hue angle of 155.45º degrees, saturation: 0.21, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BFD5CC is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 191 213 204 -
CMYK 0.10 0 0.04 0.16
HSL 155.45º 0.21% 0.79% -
HSV(B) 155.45º 0.1% 0.84% -
XYZ 56.18 63.02 66.33 -
YUV 205.4 127.21 117.73 -
System Red Green Blue C M Y K H S L
Decimal 191 213 204 0.10 0 0.04 0.16 155.45 0.21 0.79
Hex BF D5 CC A 0 4 10 9B 15 4F
Octal 277 325 314 12 0 4 20 233 25 117
Binary 10111111 11010101 11001100 1010 0 100 10000 10011011 10101 1001111

Color Harmonies of #BFD5CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD5CC

Black with #BFD5CC

Text Example


Text Example

White with #BFD5CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD5CC; }

 p { color: rgb(191,213,204); }

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

background-color css

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

 a { background-color: rgb(191,213,204); }

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

border-color css

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

 span { border-color: rgb(191,213,204); }

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