Html Css Color HEX #BEDDD3 Cruise

📋 copy color: '#BEDDD3'

red 190 ◦ green 221 ◦ blue 211

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

Shades of Cruise #BEDDD3

Tints of Cruise #BEDDD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 33.92%

R = 30.55%
G = 35.53%
B = 33.92%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#BEDDD3 (or 0xBEDDD3) is known color: Cruise. HEX triplet: BE, DD and D3. RGB value is (190,221,211). Sum of RGB (Red+Green+Blue) = 190+221+211=622 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.55% from 622); Green value is 221 (86.72% from 255 or 35.53% from 622); Blue value is 211 (82.81% from 255 or 33.92% from 622); Max value from RGB is 221 - color contains mainly: green. Hex color #BEDDD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDDD3 is #41222C. Grayscale: #D2D2D2. Windows color (decimal): -4268589 or 13884862. OLE color: 13884862.

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

Color convert

RGB 190 221 211 -
CMYK 0.14 0 0.05 0.13
HSL 160.65º 0.31% 0.81% -
HSV(B) 160.65º 0.14% 0.87% -
XYZ 58.85 67.36 71.53 -
YUV 210.59 128.23 113.31 -
System Red Green Blue C M Y K H S L
Decimal 190 221 211 0.14 0 0.05 0.13 160.65 0.31 0.81
Hex BE DD D3 E 0 5 D A1 1F 51
Octal 276 335 323 16 0 5 15 241 37 121
Binary 10111110 11011101 11010011 1110 0 101 1101 10100001 11111 1010001

Color Harmonies of #BEDDD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDDD3

Black with #BEDDD3

Text Example


Text Example

White with #BEDDD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDDD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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