Html Css Color HEX #BBDED5 Cruise

📋 copy color: '#BBDED5'

red 187 ◦ green 222 ◦ blue 213

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

Shades of Cruise #BBDED5

Tints of Cruise #BBDED5

RGB

 RED value IS 187 (73.44% from 255) = 30.06%

 GREEN value IS 222 (87.11% from 255) = 35.69%

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

R = 30.06%
G = 35.69%
B = 34.24%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#BBDED5 (or 0xBBDED5) is known color: Cruise. HEX triplet: BB, DE and D5. RGB value is (187,222,213). Sum of RGB (Red+Green+Blue) = 187+222+213=622 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.06% from 622); Green value is 222 (87.11% from 255 or 35.69% from 622); Blue value is 213 (83.59% from 255 or 34.24% from 622); Max value from RGB is 222 - color contains mainly: green. Hex color #BBDED5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDED5 is #44212A. Grayscale: #D2D2D2. Windows color (decimal): -4464939 or 14016187. OLE color: 14016187.

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

Color convert

RGB 187 222 213 -
CMYK 0.16 0 0.04 0.13
HSL 164.57º 0.35% 0.8% -
HSV(B) 164.57º 0.16% 0.87% -
XYZ 58.63 67.61 72.91 -
YUV 210.51 129.4 111.23 -
System Red Green Blue C M Y K H S L
Decimal 187 222 213 0.16 0 0.04 0.13 164.57 0.35 0.8
Hex BB DE D5 10 0 4 D A5 23 50
Octal 273 336 325 20 0 4 15 245 43 120
Binary 10111011 11011110 11010101 10000 0 100 1101 10100101 100011 1010000

Color Harmonies of #BBDED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDED5

Black with #BBDED5

Text Example


Text Example

White with #BBDED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDED5; }

 p { color: rgb(187,222,213); }

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

background-color css

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

 a { background-color: rgb(187,222,213); }

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

border-color css

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

 span { border-color: rgb(187,222,213); }

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