Html Css Color HEX #BBE3D4 Cruise

📋 copy color: '#BBE3D4'

red 187 ◦ green 227 ◦ blue 212

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

Shades of Cruise #BBE3D4

Tints of Cruise #BBE3D4

RGB

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

 GREEN value IS 227 (89.06% from 255) = 36.26%

 BLUE value IS 212 (83.2% from 255) = 33.87%

R = 29.87%
G = 36.26%
B = 33.87%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.07

 K value IS 0.11

RGB Variations

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

Color information

#BBE3D4 (or 0xBBE3D4) is known color: Cruise. HEX triplet: BB, E3 and D4. RGB value is (187,227,212). Sum of RGB (Red+Green+Blue) = 187+227+212=626 (82% of max value = 765). Red value is 187 (73.44% from 255 or 29.87% from 626); Green value is 227 (89.06% from 255 or 36.26% from 626); Blue value is 212 (83.20% from 255 or 33.87% from 626); Max value from RGB is 227 - color contains mainly: green. Hex color #BBE3D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBE3D4 is #441C2B. Grayscale: #D5D5D5. Windows color (decimal): -4463660 or 13951931. OLE color: 13951931.

HSL color Cylindrical-coordinate representation of color #BBE3D4: hue angle of 157.5º degrees, saturation: 0.42, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BBE3D4 is Cyan = 0.18, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.11.

Color convert

RGB 187 227 212 -
CMYK 0.18 0 0.07 0.11
HSL 157.5º 0.42% 0.81% -
HSV(B) 157.5º 0.18% 0.89% -
XYZ 59.85 70.26 72.69 -
YUV 213.33 127.25 109.22 -
System Red Green Blue C M Y K H S L
Decimal 187 227 212 0.18 0 0.07 0.11 157.5 0.42 0.81
Hex BB E3 D4 12 0 7 B 9E 2A 51
Octal 273 343 324 22 0 7 13 236 52 121
Binary 10111011 11100011 11010100 10010 0 111 1011 10011110 101010 1010001

Color Harmonies of #BBE3D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE3D4

Black with #BBE3D4

Text Example


Text Example

White with #BBE3D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE3D4; }

 p { color: rgb(187,227,212); }

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

background-color css

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

 a { background-color: rgb(187,227,212); }

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

border-color css

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

 span { border-color: rgb(187,227,212); }

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