Html Css Color HEX #BFDFD9 Cruise

📋 copy color: '#BFDFD9'

red 191 ◦ green 223 ◦ blue 217

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

Shades of Cruise #BFDFD9

Tints of Cruise #BFDFD9

RGB

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

 GREEN value IS 223 (87.5% from 255) = 35.34%

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

R = 30.27%
G = 35.34%
B = 34.39%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#BFDFD9 (or 0xBFDFD9) is known color: Cruise. HEX triplet: BF, DF and D9. RGB value is (191,223,217). Sum of RGB (Red+Green+Blue) = 191+223+217=631 (83% of max value = 765). Red value is 191 (75% from 255 or 30.27% from 631); Green value is 223 (87.5% from 255 or 35.34% from 631); Blue value is 217 (85.16% from 255 or 34.39% from 631); Max value from RGB is 223 - color contains mainly: green. Hex color #BFDFD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDFD9 is #402026. Grayscale: #D4D4D4. Windows color (decimal): -4202535 or 14278591. OLE color: 14278591.

HSL color Cylindrical-coordinate representation of color #BFDFD9: hue angle of 168.75º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BFDFD9 is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB 191 223 217 -
CMYK 0.14 0 0.03 0.13
HSL 168.75º 0.33% 0.81% -
HSV(B) 168.75º 0.14% 0.87% -
XYZ 60.4 68.86 75.75 -
YUV 212.75 130.4 112.49 -
System Red Green Blue C M Y K H S L
Decimal 191 223 217 0.14 0 0.03 0.13 168.75 0.33 0.81
Hex BF DF D9 E 0 3 D A9 21 51
Octal 277 337 331 16 0 3 15 251 41 121
Binary 10111111 11011111 11011001 1110 0 11 1101 10101001 100001 1010001

Color Harmonies of #BFDFD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDFD9

Black with #BFDFD9

Text Example


Text Example

White with #BFDFD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDFD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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