#BEDFDA

Color #BEDFDA Cruise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cruise #BEDFDA

Tints of Cruise #BEDFDA

Color information

#BEDFDA (or 0xBEDFDA) is unknown color: approx Cruise. HEX triplet: BE, DF and DA. RGB value is (190,223,218). Sum of RGB (Red+Green+Blue) = 190+223+218=631 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.11% from 631); Green value is 223 (87.5% from 255 or 35.34% from 631); Blue value is 218 (85.55% from 255 or 34.55% from 631); Max value from RGB is 223 - color contains mainly: green. Hex color #BEDFDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDFDA is #412025. Grayscale: #D4D4D4. Windows color (decimal): -4268070 or 14344126. OLE color: 14344126.

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

Color convert

RGB190223218-
CMYK0.1500.020.13
HSL170.91º34.02%80.98%-
HSV(B)170.91º14.8%87.45%-
XYZ60.2868.7876.43-
YUV212.56131.07111.91-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.11%
GREEN value IS 223 (87.5% from 255) = 35.34%
BLUE value IS 218 (85.55% from 255) = 34.55%
R=30.11%
G=35.34%
B=34.55%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1902232180.1500.020.13170.9134.0280.98
HexBEDFDAF02Dab2251
Octal27633733217021525342121
Binary10111110110111111101101011110101101101010111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDFDA; }

 p { color: rgb(190,223,218); }

 H1.HeaderClassName
 {
   color: #BEDFDA;
 }
 .AnyTagClassName
 {
   color: #BEDFDA;
 }
</style>
background-color css

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

 a { background-color: rgb(190,223,218); }

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

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

 span { border-color: rgb(190,223,218); }

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