Html Css Color HEX #BFDED6 Cruise

📋 copy color: '#BFDED6'

red 191 ◦ green 222 ◦ blue 214

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

Shades of Cruise #BFDED6

Tints of Cruise #BFDED6

RGB

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

 GREEN value IS 222 (87.11% from 255) = 35.41%

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

R = 30.46%
G = 35.41%
B = 34.13%

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

#BFDED6 (or 0xBFDED6) is known color: Cruise. HEX triplet: BF, DE and D6. RGB value is (191,222,214). Sum of RGB (Red+Green+Blue) = 191+222+214=627 (83% of max value = 765). Red value is 191 (75% from 255 or 30.46% from 627); Green value is 222 (87.11% from 255 or 35.41% from 627); Blue value is 214 (83.98% from 255 or 34.13% from 627); Max value from RGB is 222 - color contains mainly: green. Hex color #BFDED6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDED6 is #402129. Grayscale: #D3D3D3. Windows color (decimal): -4202794 or 14081727. OLE color: 14081727.

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

Color convert

RGB 191 222 214 -
CMYK 0.14 0 0.04 0.13
HSL 164.52º 0.32% 0.81% -
HSV(B) 164.52º 0.14% 0.87% -
XYZ 59.74 68.17 73.63 -
YUV 211.82 129.23 113.15 -
System Red Green Blue C M Y K H S L
Decimal 191 222 214 0.14 0 0.04 0.13 164.52 0.32 0.81
Hex BF DE D6 E 0 4 D A5 20 51
Octal 277 336 326 16 0 4 15 245 40 121
Binary 10111111 11011110 11010110 1110 0 100 1101 10100101 100000 1010001

Color Harmonies of #BFDED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDED6

Black with #BFDED6

Text Example


Text Example

White with #BFDED6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDED6; }

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

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

background-color css

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

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

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

border-color css

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

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

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