Html Css Color HEX #BBEFFC Onahau

📋 copy color: '#BBEFFC'

red 187 ◦ green 239 ◦ blue 252

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

Shades of Onahau #BBEFFC

Tints of Onahau #BBEFFC

RGB

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

 GREEN value IS 239 (93.75% from 255) = 35.25%

 BLUE value IS 252 (98.83% from 255) = 37.17%

R = 27.58%
G = 35.25%
B = 37.17%

CMYK

 C value IS 0.26

 M value IS 0.05

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BBEFFC (or 0xBBEFFC) is known color: Onahau. HEX triplet: BB, EF and FC. RGB value is (187,239,252). Sum of RGB (Red+Green+Blue) = 187+239+252=678 (89% of max value = 765). Red value is 187 (73.44% from 255 or 27.58% from 678); Green value is 239 (93.75% from 255 or 35.25% from 678); Blue value is 252 (98.83% from 255 or 37.17% from 678); Max value from RGB is 252 - color contains mainly: blue. Hex color #BBEFFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBEFFC is #441003. Grayscale: #E0E0E0. Windows color (decimal): -4460548 or 16576443. OLE color: 16576443.

HSL color Cylindrical-coordinate representation of color #BBEFFC: hue angle of 192º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBEFFC is Cyan = 0.26, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 187 239 252 -
CMYK 0.26 0.05 0 0.01
HSL 192º 0.92% 0.86% -
HSV(B) 192º 0.26% 0.99% -
XYZ 68.93 79.33 103.77 -
YUV 224.93 143.27 100.94 -
System Red Green Blue C M Y K H S L
Decimal 187 239 252 0.26 0.05 0 0.01 192 0.92 0.86
Hex BB EF FC 1A 5 0 1 C0 5C 56
Octal 273 357 374 32 5 0 1 300 134 126
Binary 10111011 11101111 11111100 11010 101 0 1 11000000 1011100 1010110

Color Harmonies of #BBEFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBEFFC

Black with #BBEFFC

Text Example


Text Example

White with #BBEFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBEFFC; }

 p { color: rgb(187,239,252); }

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

background-color css

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

 a { background-color: rgb(187,239,252); }

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

border-color css

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

 span { border-color: rgb(187,239,252); }

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