Html Css Color HEX #BBE1F4 Onahau

📋 copy color: '#BBE1F4'

red 187 ◦ green 225 ◦ blue 244

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

Shades of Onahau #BBE1F4

Tints of Onahau #BBE1F4

RGB

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

 GREEN value IS 225 (88.28% from 255) = 34.3%

 BLUE value IS 244 (95.7% from 255) = 37.2%

R = 28.51%
G = 34.3%
B = 37.2%

CMYK

 C value IS 0.23

 M value IS 0.08

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BBE1F4 (or 0xBBE1F4) is known color: Onahau. HEX triplet: BB, E1 and F4. RGB value is (187,225,244). Sum of RGB (Red+Green+Blue) = 187+225+244=656 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.51% from 656); Green value is 225 (88.28% from 255 or 34.30% from 656); Blue value is 244 (95.70% from 255 or 37.20% from 656); Max value from RGB is 244 - color contains mainly: blue. Hex color #BBE1F4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBE1F4 is #441E0B. Grayscale: #D7D7D7. Windows color (decimal): -4464140 or 16048571. OLE color: 16048571.

HSL color Cylindrical-coordinate representation of color #BBE1F4: hue angle of 200º degrees, saturation: 0.72, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBE1F4 is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 187 225 244 -
CMYK 0.23 0.08 0 0.04
HSL 200º 0.72% 0.85% -
HSV(B) 200º 0.23% 0.96% -
XYZ 63.75 70.95 95.92 -
YUV 215.8 143.91 107.46 -
System Red Green Blue C M Y K H S L
Decimal 187 225 244 0.23 0.08 0 0.04 200 0.72 0.85
Hex BB E1 F4 17 8 0 4 C8 48 55
Octal 273 341 364 27 10 0 4 310 110 125
Binary 10111011 11100001 11110100 10111 1000 0 100 11001000 1001000 1010101

Color Harmonies of #BBE1F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE1F4

Black with #BBE1F4

Text Example


Text Example

White with #BBE1F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE1F4; }

 p { color: rgb(187,225,244); }

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

background-color css

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

 a { background-color: rgb(187,225,244); }

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

border-color css

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

 span { border-color: rgb(187,225,244); }

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