Html Css Color HEX #BBE7FA Onahau

📋 copy color: '#BBE7FA'

red 187 ◦ green 231 ◦ blue 250

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

Shades of Onahau #BBE7FA

Tints of Onahau #BBE7FA

RGB

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

 GREEN value IS 231 (90.63% from 255) = 34.58%

 BLUE value IS 250 (98.05% from 255) = 37.43%

R = 27.99%
G = 34.58%
B = 37.43%

CMYK

 C value IS 0.25

 M value IS 0.08

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BBE7FA (or 0xBBE7FA) is known color: Onahau. HEX triplet: BB, E7 and FA. RGB value is (187,231,250). Sum of RGB (Red+Green+Blue) = 187+231+250=668 (88% of max value = 765). Red value is 187 (73.44% from 255 or 27.99% from 668); Green value is 231 (90.62% from 255 or 34.58% from 668); Blue value is 250 (98.05% from 255 or 37.43% from 668); Max value from RGB is 250 - color contains mainly: blue. Hex color #BBE7FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBE7FA is #441805. Grayscale: #DBDBDB. Windows color (decimal): -4462598 or 16443323. OLE color: 16443323.

HSL color Cylindrical-coordinate representation of color #BBE7FA: hue angle of 198.1º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBE7FA is Cyan = 0.25, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 187 231 250 -
CMYK 0.25 0.08 0 0.02
HSL 198.1º 0.86% 0.86% -
HSV(B) 198.1º 0.25% 0.98% -
XYZ 66.32 74.62 101.35 -
YUV 220.01 144.92 104.46 -
System Red Green Blue C M Y K H S L
Decimal 187 231 250 0.25 0.08 0 0.02 198.1 0.86 0.86
Hex BB E7 FA 19 8 0 2 C6 56 56
Octal 273 347 372 31 10 0 2 306 126 126
Binary 10111011 11100111 11111010 11001 1000 0 10 11000110 1010110 1010110

Color Harmonies of #BBE7FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE7FA

Black with #BBE7FA

Text Example


Text Example

White with #BBE7FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE7FA; }

 p { color: rgb(187,231,250); }

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

background-color css

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

 a { background-color: rgb(187,231,250); }

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

border-color css

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

 span { border-color: rgb(187,231,250); }

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