Html Css Color HEX #BEDDD4 Cruise

📋 copy color: '#BEDDD4'

red 190 ◦ green 221 ◦ blue 212

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

Shades of Cruise #BEDDD4

Tints of Cruise #BEDDD4

RGB

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

 GREEN value IS 221 (86.72% from 255) = 35.47%

 BLUE value IS 212 (83.2% from 255) = 34.03%

R = 30.5%
G = 35.47%
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

#BEDDD4 (or 0xBEDDD4) is known color: Cruise. HEX triplet: BE, DD and D4. RGB value is (190,221,212). Sum of RGB (Red+Green+Blue) = 190+221+212=623 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.50% from 623); Green value is 221 (86.72% from 255 or 35.47% from 623); Blue value is 212 (83.20% from 255 or 34.03% from 623); Max value from RGB is 221 - color contains mainly: green. Hex color #BEDDD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDDD4 is #41222B. Grayscale: #D2D2D2. Windows color (decimal): -4268588 or 13950398. OLE color: 13950398.

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

Color convert

RGB 190 221 212 -
CMYK 0.14 0 0.04 0.13
HSL 162.58º 0.31% 0.81% -
HSV(B) 162.58º 0.14% 0.87% -
XYZ 58.98 67.41 72.19 -
YUV 210.71 128.73 113.23 -
System Red Green Blue C M Y K H S L
Decimal 190 221 212 0.14 0 0.04 0.13 162.58 0.31 0.81
Hex BE DD D4 E 0 4 D A3 1F 51
Octal 276 335 324 16 0 4 15 243 37 121
Binary 10111110 11011101 11010100 1110 0 100 1101 10100011 11111 1010001

Color Harmonies of #BEDDD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDDD4

Black with #BEDDD4

Text Example


Text Example

White with #BEDDD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDDD4; }

 p { color: rgb(190,221,212); }

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

background-color css

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

 a { background-color: rgb(190,221,212); }

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

border-color css

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

 span { border-color: rgb(190,221,212); }

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