Html Css Color HEX #BEDED6 Cruise

📋 copy color: '#BEDED6'

red 190 ◦ green 222 ◦ blue 214

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

Shades of Cruise #BEDED6

Tints of Cruise #BEDED6

RGB

 RED value IS 190 (74.61% from 255) = 30.35%

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

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

R = 30.35%
G = 35.46%
B = 34.19%

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

#BEDED6 (or 0xBEDED6) is known color: Cruise. HEX triplet: BE, DE and D6. RGB value is (190,222,214). Sum of RGB (Red+Green+Blue) = 190+222+214=626 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.35% from 626); Green value is 222 (87.11% from 255 or 35.46% from 626); Blue value is 214 (83.98% from 255 or 34.19% from 626); Max value from RGB is 222 - color contains mainly: green. Hex color #BEDED6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDED6 is #412129. Grayscale: #D3D3D3. Windows color (decimal): -4268330 or 14081726. OLE color: 14081726.

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

Color convert

RGB 190 222 214 -
CMYK 0.14 0 0.04 0.13
HSL 165º 0.33% 0.81% -
HSV(B) 165º 0.14% 0.87% -
XYZ 59.49 68.04 73.62 -
YUV 211.52 129.4 112.65 -
System Red Green Blue C M Y K H S L
Decimal 190 222 214 0.14 0 0.04 0.13 165 0.33 0.81
Hex BE DE D6 E 0 4 D A5 21 51
Octal 276 336 326 16 0 4 15 245 41 121
Binary 10111110 11011110 11010110 1110 0 100 1101 10100101 100001 1010001

Color Harmonies of #BEDED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDED6

Black with #BEDED6

Text Example


Text Example

White with #BEDED6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDED6; }

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

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

background-color css

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

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

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

border-color css

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

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

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