Html Css Color HEX #BFDFD6 Cruise

📋 copy color: '#BFDFD6'

red 191 ◦ green 223 ◦ blue 214

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

Shades of Cruise #BFDFD6

Tints of Cruise #BFDFD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 34.08%

R = 30.41%
G = 35.51%
B = 34.08%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#BFDFD6 (or 0xBFDFD6) is known color: Cruise. HEX triplet: BF, DF and D6. RGB value is (191,223,214). Sum of RGB (Red+Green+Blue) = 191+223+214=628 (83% of max value = 765). Red value is 191 (75% from 255 or 30.41% from 628); Green value is 223 (87.5% from 255 or 35.51% from 628); Blue value is 214 (83.98% from 255 or 34.08% from 628); Max value from RGB is 223 - color contains mainly: green. Hex color #BFDFD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDFD6 is #402029. Grayscale: #D4D4D4. Windows color (decimal): -4202538 or 14081983. OLE color: 14081983.

HSL color Cylindrical-coordinate representation of color #BFDFD6: hue angle of 163.12º 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 #BFDFD6 is Cyan = 0.14, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB 191 223 214 -
CMYK 0.14 0 0.04 0.13
HSL 163.13º 0.33% 0.81% -
HSV(B) 163.13º 0.14% 0.87% -
XYZ 60.01 68.71 73.72 -
YUV 212.41 128.9 112.73 -
System Red Green Blue C M Y K H S L
Decimal 191 223 214 0.14 0 0.04 0.13 163.13 0.33 0.81
Hex BF DF D6 E 0 4 D A3 21 51
Octal 277 337 326 16 0 4 15 243 41 121
Binary 10111111 11011111 11010110 1110 0 100 1101 10100011 100001 1010001

Color Harmonies of #BFDFD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDFD6

Black with #BFDFD6

Text Example


Text Example

White with #BFDFD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDFD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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