Html Css Color HEX #BFE0D9 Cruise

📋 copy color: '#BFE0D9'

red 191 ◦ green 224 ◦ blue 217

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

Shades of Cruise #BFE0D9

Tints of Cruise #BFE0D9

RGB

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

 GREEN value IS 224 (87.89% from 255) = 35.44%

 BLUE value IS 217 (85.16% from 255) = 34.34%

R = 30.22%
G = 35.44%
B = 34.34%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#BFE0D9 (or 0xBFE0D9) is known color: Cruise. HEX triplet: BF, E0 and D9. RGB value is (191,224,217). Sum of RGB (Red+Green+Blue) = 191+224+217=632 (83% of max value = 765). Red value is 191 (75% from 255 or 30.22% from 632); Green value is 224 (87.89% from 255 or 35.44% from 632); Blue value is 217 (85.16% from 255 or 34.34% from 632); Max value from RGB is 224 - color contains mainly: green. Hex color #BFE0D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFE0D9 is #401F26. Grayscale: #D5D5D5. Windows color (decimal): -4202279 or 14278847. OLE color: 14278847.

HSL color Cylindrical-coordinate representation of color #BFE0D9: hue angle of 167.27º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BFE0D9 is Cyan = 0.15, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB 191 224 217 -
CMYK 0.15 0 0.03 0.12
HSL 167.27º 0.35% 0.81% -
HSV(B) 167.27º 0.15% 0.88% -
XYZ 60.67 69.4 75.84 -
YUV 213.34 130.07 112.07 -
System Red Green Blue C M Y K H S L
Decimal 191 224 217 0.15 0 0.03 0.12 167.27 0.35 0.81
Hex BF E0 D9 F 0 3 C A7 23 51
Octal 277 340 331 17 0 3 14 247 43 121
Binary 10111111 11100000 11011001 1111 0 11 1100 10100111 100011 1010001

Color Harmonies of #BFE0D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE0D9

Black with #BFE0D9

Text Example


Text Example

White with #BFE0D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE0D9; }

 p { color: rgb(191,224,217); }

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

background-color css

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

 a { background-color: rgb(191,224,217); }

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

border-color css

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

 span { border-color: rgb(191,224,217); }

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