Html Css Color HEX #BBF2FC Onahau

📋 copy color: '#BBF2FC'

red 187 ◦ green 242 ◦ blue 252

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

Shades of Onahau #BBF2FC

Tints of Onahau #BBF2FC

RGB

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

 GREEN value IS 242 (94.92% from 255) = 35.54%

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

R = 27.46%
G = 35.54%
B = 37%

CMYK

 C value IS 0.26

 M value IS 0.04

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BBF2FC (or 0xBBF2FC) is known color: Onahau. HEX triplet: BB, F2 and FC. RGB value is (187,242,252). Sum of RGB (Red+Green+Blue) = 187+242+252=681 (90% of max value = 765). Red value is 187 (73.44% from 255 or 27.46% from 681); Green value is 242 (94.92% from 255 or 35.54% from 681); Blue value is 252 (98.83% from 255 or 37.00% from 681); Max value from RGB is 252 - color contains mainly: blue. Hex color #BBF2FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF2FC is #440D03. Grayscale: #E2E2E2. Windows color (decimal): -4459780 or 16577211. OLE color: 16577211.

HSL color Cylindrical-coordinate representation of color #BBF2FC: hue angle of 189.23º 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 #BBF2FC is Cyan = 0.26, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 187 242 252 -
CMYK 0.26 0.04 0 0.01
HSL 189.23º 0.92% 0.86% -
HSV(B) 189.23º 0.26% 0.99% -
XYZ 69.82 81.1 104.07 -
YUV 226.7 142.28 99.69 -
System Red Green Blue C M Y K H S L
Decimal 187 242 252 0.26 0.04 0 0.01 189.23 0.92 0.86
Hex BB F2 FC 1A 4 0 1 BD 5C 56
Octal 273 362 374 32 4 0 1 275 134 126
Binary 10111011 11110010 11111100 11010 100 0 1 10111101 1011100 1010110

Color Harmonies of #BBF2FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF2FC

Black with #BBF2FC

Text Example


Text Example

White with #BBF2FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF2FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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