Html Css Color HEX #BDE1D6 Cruise

📋 copy color: '#BDE1D6'

red 189 ◦ green 225 ◦ blue 214

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

Shades of Cruise #BDE1D6

Tints of Cruise #BDE1D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 34.08%

R = 30.1%
G = 35.83%
B = 34.08%

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

#BDE1D6 (or 0xBDE1D6) is known color: Cruise. HEX triplet: BD, E1 and D6. RGB value is (189,225,214). Sum of RGB (Red+Green+Blue) = 189+225+214=628 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30.10% from 628); Green value is 225 (88.28% from 255 or 35.83% from 628); Blue value is 214 (83.98% from 255 or 34.08% from 628); Max value from RGB is 225 - color contains mainly: green. Hex color #BDE1D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE1D6 is #421E29. Grayscale: #D4D4D4. Windows color (decimal): -4333098 or 14082493. OLE color: 14082493.

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

Color convert

RGB 189 225 214 -
CMYK 0.16 0 0.05 0.12
HSL 161.67º 0.38% 0.81% -
HSV(B) 161.67º 0.16% 0.88% -
XYZ 60.05 69.52 73.87 -
YUV 212.98 128.57 110.89 -
System Red Green Blue C M Y K H S L
Decimal 189 225 214 0.16 0 0.05 0.12 161.67 0.38 0.81
Hex BD E1 D6 10 0 5 C A2 26 51
Octal 275 341 326 20 0 5 14 242 46 121
Binary 10111101 11100001 11010110 10000 0 101 1100 10100010 100110 1010001

Color Harmonies of #BDE1D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE1D6

Black with #BDE1D6

Text Example


Text Example

White with #BDE1D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE1D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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