Html Css Color HEX #BDE1DA Cruise

📋 copy color: '#BDE1DA'

red 189 ◦ green 225 ◦ blue 218

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

Shades of Cruise #BDE1DA

Tints of Cruise #BDE1DA

RGB

 RED value IS 189 (74.22% from 255) = 29.91%

 GREEN value IS 225 (88.28% from 255) = 35.6%

 BLUE value IS 218 (85.55% from 255) = 34.49%

R = 29.91%
G = 35.6%
B = 34.49%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#BDE1DA (or 0xBDE1DA) is known color: Cruise. HEX triplet: BD, E1 and DA. RGB value is (189,225,218). Sum of RGB (Red+Green+Blue) = 189+225+218=632 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.91% from 632); Green value is 225 (88.28% from 255 or 35.60% from 632); Blue value is 218 (85.55% from 255 or 34.49% from 632); Max value from RGB is 225 - color contains mainly: green. Hex color #BDE1DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE1DA is #421E25. Grayscale: #D5D5D5. Windows color (decimal): -4333094 or 14344637. OLE color: 14344637.

HSL color Cylindrical-coordinate representation of color #BDE1DA: hue angle of 168.33º degrees, saturation: 0.38, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BDE1DA is Cyan = 0.16, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB 189 225 218 -
CMYK 0.16 0 0.03 0.12
HSL 168.33º 0.38% 0.81% -
HSV(B) 168.33º 0.16% 0.88% -
XYZ 60.57 69.73 76.6 -
YUV 213.44 130.57 110.57 -
System Red Green Blue C M Y K H S L
Decimal 189 225 218 0.16 0 0.03 0.12 168.33 0.38 0.81
Hex BD E1 DA 10 0 3 C A8 26 51
Octal 275 341 332 20 0 3 14 250 46 121
Binary 10111101 11100001 11011010 10000 0 11 1100 10101000 100110 1010001

Color Harmonies of #BDE1DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE1DA

Black with #BDE1DA

Text Example


Text Example

White with #BDE1DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE1DA; }

 p { color: rgb(189,225,218); }

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

background-color css

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

 a { background-color: rgb(189,225,218); }

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

border-color css

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

 span { border-color: rgb(189,225,218); }

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