Html Css Color HEX #BDE1D5 Cruise

📋 copy color: '#BDE1D5'

red 189 ◦ green 225 ◦ blue 213

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

Shades of Cruise #BDE1D5

Tints of Cruise #BDE1D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 33.97%

R = 30.14%
G = 35.89%
B = 33.97%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.05

 K value IS 0.12

RGB Variations

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

Color information

#BDE1D5 (or 0xBDE1D5) is known color: Cruise. HEX triplet: BD, E1 and D5. RGB value is (189,225,213). Sum of RGB (Red+Green+Blue) = 189+225+213=627 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30.14% from 627); Green value is 225 (88.28% from 255 or 35.89% from 627); Blue value is 213 (83.59% from 255 or 33.97% from 627); Max value from RGB is 225 - color contains mainly: green. Hex color #BDE1D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE1D5 is #421E2A. Grayscale: #D4D4D4. Windows color (decimal): -4333099 or 14016957. OLE color: 14016957.

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

Color convert

RGB 189 225 213 -
CMYK 0.16 0 0.05 0.12
HSL 160º 0.38% 0.81% -
HSV(B) 160º 0.16% 0.88% -
XYZ 59.92 69.47 73.2 -
YUV 212.87 128.07 110.98 -
System Red Green Blue C M Y K H S L
Decimal 189 225 213 0.16 0 0.05 0.12 160 0.38 0.81
Hex BD E1 D5 10 0 5 C A0 26 51
Octal 275 341 325 20 0 5 14 240 46 121
Binary 10111101 11100001 11010101 10000 0 101 1100 10100000 100110 1010001

Color Harmonies of #BDE1D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE1D5

Black with #BDE1D5

Text Example


Text Example

White with #BDE1D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE1D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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