Html Css Color HEX #BDDFD5 Cruise

📋 copy color: '#BDDFD5'

red 189 ◦ green 223 ◦ blue 213

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

Shades of Cruise #BDDFD5

Tints of Cruise #BDDFD5

RGB

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

 GREEN value IS 223 (87.5% from 255) = 35.68%

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

R = 30.24%
G = 35.68%
B = 34.08%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#BDDFD5 (or 0xBDDFD5) is known color: Cruise. HEX triplet: BD, DF and D5. RGB value is (189,223,213). Sum of RGB (Red+Green+Blue) = 189+223+213=625 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.24% from 625); Green value is 223 (87.5% from 255 or 35.68% from 625); Blue value is 213 (83.59% from 255 or 34.08% from 625); Max value from RGB is 223 - color contains mainly: green. Hex color #BDDFD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDFD5 is #42202A. Grayscale: #D3D3D3. Windows color (decimal): -4333611 or 14016445. OLE color: 14016445.

HSL color Cylindrical-coordinate representation of color #BDDFD5: hue angle of 162.35º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BDDFD5 is Cyan = 0.15, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 223 213 -
CMYK 0.15 0 0.04 0.13
HSL 162.35º 0.35% 0.81% -
HSV(B) 162.35º 0.15% 0.87% -
XYZ 59.38 68.4 73.02 -
YUV 211.69 128.74 111.81 -
System Red Green Blue C M Y K H S L
Decimal 189 223 213 0.15 0 0.04 0.13 162.35 0.35 0.81
Hex BD DF D5 F 0 4 D A2 23 51
Octal 275 337 325 17 0 4 15 242 43 121
Binary 10111101 11011111 11010101 1111 0 100 1101 10100010 100011 1010001

Color Harmonies of #BDDFD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDFD5

Black with #BDDFD5

Text Example


Text Example

White with #BDDFD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDFD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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