Html Css Color HEX #BBDDD3 Cruise

📋 copy color: '#BBDDD3'

red 187 ◦ green 221 ◦ blue 211

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

Shades of Cruise #BBDDD3

Tints of Cruise #BBDDD3

RGB

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

 GREEN value IS 221 (86.72% from 255) = 35.7%

 BLUE value IS 211 (82.81% from 255) = 34.09%

R = 30.21%
G = 35.7%
B = 34.09%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#BBDDD3 (or 0xBBDDD3) is known color: Cruise. HEX triplet: BB, DD and D3. RGB value is (187,221,211). Sum of RGB (Red+Green+Blue) = 187+221+211=619 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.21% from 619); Green value is 221 (86.72% from 255 or 35.70% from 619); Blue value is 211 (82.81% from 255 or 34.09% from 619); Max value from RGB is 221 - color contains mainly: green. Hex color #BBDDD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDDD3 is #44222C. Grayscale: #D1D1D1. Windows color (decimal): -4465197 or 13884859. OLE color: 13884859.

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

Color convert

RGB 187 221 211 -
CMYK 0.15 0 0.05 0.13
HSL 162.35º 0.33% 0.8% -
HSV(B) 162.35º 0.15% 0.87% -
XYZ 58.11 66.98 71.49 -
YUV 209.69 128.74 111.81 -
System Red Green Blue C M Y K H S L
Decimal 187 221 211 0.15 0 0.05 0.13 162.35 0.33 0.8
Hex BB DD D3 F 0 5 D A2 21 50
Octal 273 335 323 17 0 5 15 242 41 120
Binary 10111011 11011101 11010011 1111 0 101 1101 10100010 100001 1010000

Color Harmonies of #BBDDD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDDD3

Black with #BBDDD3

Text Example


Text Example

White with #BBDDD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDDD3; }

 p { color: rgb(187,221,211); }

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

background-color css

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

 a { background-color: rgb(187,221,211); }

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

border-color css

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

 span { border-color: rgb(187,221,211); }

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