Html Css Color HEX #BFDED5 Cruise

📋 copy color: '#BFDED5'

red 191 ◦ green 222 ◦ blue 213

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

Shades of Cruise #BFDED5

Tints of Cruise #BFDED5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 34.03%

R = 30.51%
G = 35.46%
B = 34.03%

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

#BFDED5 (or 0xBFDED5) is known color: Cruise. HEX triplet: BF, DE and D5. RGB value is (191,222,213). Sum of RGB (Red+Green+Blue) = 191+222+213=626 (82% of max value = 765). Red value is 191 (75% from 255 or 30.51% from 626); Green value is 222 (87.11% from 255 or 35.46% from 626); Blue value is 213 (83.59% from 255 or 34.03% from 626); Max value from RGB is 222 - color contains mainly: green. Hex color #BFDED5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDED5 is #40212A. Grayscale: #D3D3D3. Windows color (decimal): -4202795 or 14016191. OLE color: 14016191.

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

Color convert

RGB 191 222 213 -
CMYK 0.14 0 0.04 0.13
HSL 162.58º 0.32% 0.81% -
HSV(B) 162.58º 0.14% 0.87% -
XYZ 59.62 68.12 72.96 -
YUV 211.71 128.73 113.23 -
System Red Green Blue C M Y K H S L
Decimal 191 222 213 0.14 0 0.04 0.13 162.58 0.32 0.81
Hex BF DE D5 E 0 4 D A3 20 51
Octal 277 336 325 16 0 4 15 243 40 121
Binary 10111111 11011110 11010101 1110 0 100 1101 10100011 100000 1010001

Color Harmonies of #BFDED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDED5

Black with #BFDED5

Text Example


Text Example

White with #BFDED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDED5; }

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

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

background-color css

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

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

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

border-color css

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

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

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