Html Css Color HEX #BFD0C8 Jet Stream

📋 copy color: '#BFD0C8'

red 191 ◦ green 208 ◦ blue 200

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

Shades of Jet Stream #BFD0C8

Tints of Jet Stream #BFD0C8

RGB

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

 GREEN value IS 208 (81.64% from 255) = 34.72%

 BLUE value IS 200 (78.52% from 255) = 33.39%

R = 31.89%
G = 34.72%
B = 33.39%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#BFD0C8 (or 0xBFD0C8) is known color: Jet Stream. HEX triplet: BF, D0 and C8. RGB value is (191,208,200). Sum of RGB (Red+Green+Blue) = 191+208+200=599 (79% of max value = 765). Red value is 191 (75% from 255 or 31.89% from 599); Green value is 208 (81.64% from 255 or 34.72% from 599); Blue value is 200 (78.52% from 255 or 33.39% from 599); Max value from RGB is 208 - color contains mainly: green. Hex color #BFD0C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD0C8 is #402F37. Grayscale: #CACACA. Windows color (decimal): -4206392 or 13160639. OLE color: 13160639.

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

Color convert

RGB 191 208 200 -
CMYK 0.08 0 0.04 0.18
HSL 151.76º 0.15% 0.78% -
HSV(B) 151.76º 0.08% 0.82% -
XYZ 54.47 60.36 63.42 -
YUV 202.01 126.87 120.15 -
System Red Green Blue C M Y K H S L
Decimal 191 208 200 0.08 0 0.04 0.18 151.76 0.15 0.78
Hex BF D0 C8 8 0 4 12 98 F 4E
Octal 277 320 310 10 0 4 22 230 17 116
Binary 10111111 11010000 11001000 1000 0 100 10010 10011000 1111 1001110

Color Harmonies of #BFD0C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD0C8

Black with #BFD0C8

Text Example


Text Example

White with #BFD0C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD0C8; }

 p { color: rgb(191,208,200); }

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

background-color css

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

 a { background-color: rgb(191,208,200); }

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

border-color css

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

 span { border-color: rgb(191,208,200); }

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