Html Css Color HEX #BDDCD5 Cruise

📋 copy color: '#BDDCD5'

red 189 ◦ green 220 ◦ blue 213

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

Shades of Cruise #BDDCD5

Tints of Cruise #BDDCD5

RGB

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

 GREEN value IS 220 (86.33% from 255) = 35.37%

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

R = 30.39%
G = 35.37%
B = 34.24%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.03

 K value IS 0.14

RGB Variations

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

Color information

#BDDCD5 (or 0xBDDCD5) is known color: Cruise. HEX triplet: BD, DC and D5. RGB value is (189,220,213). Sum of RGB (Red+Green+Blue) = 189+220+213=622 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.39% from 622); Green value is 220 (86.33% from 255 or 35.37% from 622); Blue value is 213 (83.59% from 255 or 34.24% from 622); Max value from RGB is 220 - color contains mainly: green. Hex color #BDDCD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDCD5 is #42232A. Grayscale: #D1D1D1. Windows color (decimal): -4334379 or 14015677. OLE color: 14015677.

HSL color Cylindrical-coordinate representation of color #BDDCD5: hue angle of 166.45º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BDDCD5 is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.

Color convert

RGB 189 220 213 -
CMYK 0.14 0 0.03 0.14
HSL 166.45º 0.31% 0.8% -
HSV(B) 166.45º 0.14% 0.86% -
XYZ 58.59 66.81 72.76 -
YUV 209.93 129.73 113.07 -
System Red Green Blue C M Y K H S L
Decimal 189 220 213 0.14 0 0.03 0.14 166.45 0.31 0.8
Hex BD DC D5 E 0 3 E A6 1F 50
Octal 275 334 325 16 0 3 16 246 37 120
Binary 10111101 11011100 11010101 1110 0 11 1110 10100110 11111 1010000

Color Harmonies of #BDDCD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDCD5

Black with #BDDCD5

Text Example


Text Example

White with #BDDCD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDCD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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