Html Css Color HEX #BFE3D9 Cruise

📋 copy color: '#BFE3D9'

red 191 ◦ green 227 ◦ blue 217

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

Shades of Cruise #BFE3D9

Tints of Cruise #BFE3D9

RGB

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

 GREEN value IS 227 (89.06% from 255) = 35.75%

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

R = 30.08%
G = 35.75%
B = 34.17%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#BFE3D9 (or 0xBFE3D9) is known color: Cruise. HEX triplet: BF, E3 and D9. RGB value is (191,227,217). Sum of RGB (Red+Green+Blue) = 191+227+217=635 (84% of max value = 765). Red value is 191 (75% from 255 or 30.08% from 635); Green value is 227 (89.06% from 255 or 35.75% from 635); Blue value is 217 (85.16% from 255 or 34.17% from 635); Max value from RGB is 227 - color contains mainly: green. Hex color #BFE3D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFE3D9 is #401C26. Grayscale: #D7D7D7. Windows color (decimal): -4201511 or 14279615. OLE color: 14279615.

HSL color Cylindrical-coordinate representation of color #BFE3D9: hue angle of 163.33º degrees, saturation: 0.39, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BFE3D9 is Cyan = 0.16, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB 191 227 217 -
CMYK 0.16 0 0.04 0.11
HSL 163.33º 0.39% 0.82% -
HSV(B) 163.33º 0.16% 0.89% -
XYZ 61.48 71.02 76.11 -
YUV 215.1 129.07 110.81 -
System Red Green Blue C M Y K H S L
Decimal 191 227 217 0.16 0 0.04 0.11 163.33 0.39 0.82
Hex BF E3 D9 10 0 4 B A3 27 52
Octal 277 343 331 20 0 4 13 243 47 122
Binary 10111111 11100011 11011001 10000 0 100 1011 10100011 100111 1010010

Color Harmonies of #BFE3D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE3D9

Black with #BFE3D9

Text Example


Text Example

White with #BFE3D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE3D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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