Html Css Color HEX #BFE1D7 Cruise

📋 copy color: '#BFE1D7'

red 191 ◦ green 225 ◦ blue 215

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

Shades of Cruise #BFE1D7

Tints of Cruise #BFE1D7

RGB

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

 GREEN value IS 225 (88.28% from 255) = 35.66%

 BLUE value IS 215 (84.38% from 255) = 34.07%

R = 30.27%
G = 35.66%
B = 34.07%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.04

 K value IS 0.12

RGB Variations

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

Color information

#BFE1D7 (or 0xBFE1D7) is known color: Cruise. HEX triplet: BF, E1 and D7. RGB value is (191,225,215). Sum of RGB (Red+Green+Blue) = 191+225+215=631 (83% of max value = 765). Red value is 191 (75% from 255 or 30.27% from 631); Green value is 225 (88.28% from 255 or 35.66% from 631); Blue value is 215 (84.38% from 255 or 34.07% from 631); Max value from RGB is 225 - color contains mainly: green. Hex color #BFE1D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFE1D7 is #401E28. Grayscale: #D5D5D5. Windows color (decimal): -4202025 or 14148031. OLE color: 14148031.

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

Color convert

RGB 191 225 215 -
CMYK 0.15 0 0.04 0.12
HSL 162.35º 0.36% 0.82% -
HSV(B) 162.35º 0.15% 0.88% -
XYZ 60.68 69.83 74.57 -
YUV 213.69 128.74 111.81 -
System Red Green Blue C M Y K H S L
Decimal 191 225 215 0.15 0 0.04 0.12 162.35 0.36 0.82
Hex BF E1 D7 F 0 4 C A2 24 52
Octal 277 341 327 17 0 4 14 242 44 122
Binary 10111111 11100001 11010111 1111 0 100 1100 10100010 100100 1010010

Color Harmonies of #BFE1D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE1D7

Black with #BFE1D7

Text Example


Text Example

White with #BFE1D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE1D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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