Html Css Color HEX #BDE1D7 Cruise

📋 copy color: '#BDE1D7'

red 189 ◦ green 225 ◦ blue 215

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

Shades of Cruise #BDE1D7

Tints of Cruise #BDE1D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 34.18%

R = 30.05%
G = 35.77%
B = 34.18%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.04

 K value IS 0.12

RGB Variations

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

Color information

#BDE1D7 (or 0xBDE1D7) is known color: Cruise. HEX triplet: BD, E1 and D7. RGB value is (189,225,215). Sum of RGB (Red+Green+Blue) = 189+225+215=629 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30.05% from 629); Green value is 225 (88.28% from 255 or 35.77% from 629); Blue value is 215 (84.38% from 255 or 34.18% from 629); Max value from RGB is 225 - color contains mainly: green. Hex color #BDE1D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE1D7 is #421E28. Grayscale: #D5D5D5. Windows color (decimal): -4333097 or 14148029. OLE color: 14148029.

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

Color convert

RGB 189 225 215 -
CMYK 0.16 0 0.04 0.12
HSL 163.33º 0.38% 0.81% -
HSV(B) 163.33º 0.16% 0.88% -
XYZ 60.18 69.58 74.55 -
YUV 213.1 129.07 110.81 -
System Red Green Blue C M Y K H S L
Decimal 189 225 215 0.16 0 0.04 0.12 163.33 0.38 0.81
Hex BD E1 D7 10 0 4 C A3 26 51
Octal 275 341 327 20 0 4 14 243 46 121
Binary 10111101 11100001 11010111 10000 0 100 1100 10100011 100110 1010001

Color Harmonies of #BDE1D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE1D7

Black with #BDE1D7

Text Example


Text Example

White with #BDE1D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE1D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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