Html Css Color HEX #BBECFD Onahau

📋 copy color: '#BBECFD'

red 187 ◦ green 236 ◦ blue 253

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

Shades of Onahau #BBECFD

Tints of Onahau #BBECFD

RGB

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

 GREEN value IS 236 (92.58% from 255) = 34.91%

 BLUE value IS 253 (99.22% from 255) = 37.43%

R = 27.66%
G = 34.91%
B = 37.43%

CMYK

 C value IS 0.26

 M value IS 0.07

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BBECFD (or 0xBBECFD) is known color: Onahau. HEX triplet: BB, EC and FD. RGB value is (187,236,253). Sum of RGB (Red+Green+Blue) = 187+236+253=676 (89% of max value = 765). Red value is 187 (73.44% from 255 or 27.66% from 676); Green value is 236 (92.58% from 255 or 34.91% from 676); Blue value is 253 (99.22% from 255 or 37.43% from 676); Max value from RGB is 253 - color contains mainly: blue. Hex color #BBECFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBECFD is #441302. Grayscale: #DFDFDF. Windows color (decimal): -4461315 or 16641211. OLE color: 16641211.

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

Color convert

RGB 187 236 253 -
CMYK 0.26 0.07 0 0.01
HSL 195.45º 0.94% 0.86% -
HSV(B) 195.45º 0.26% 0.99% -
XYZ 68.22 77.65 104.32 -
YUV 223.29 144.77 102.12 -
System Red Green Blue C M Y K H S L
Decimal 187 236 253 0.26 0.07 0 0.01 195.45 0.94 0.86
Hex BB EC FD 1A 7 0 1 C3 5E 56
Octal 273 354 375 32 7 0 1 303 136 126
Binary 10111011 11101100 11111101 11010 111 0 1 11000011 1011110 1010110

Color Harmonies of #BBECFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBECFD

Black with #BBECFD

Text Example


Text Example

White with #BBECFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBECFD; }

 p { color: rgb(187,236,253); }

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

background-color css

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

 a { background-color: rgb(187,236,253); }

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

border-color css

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

 span { border-color: rgb(187,236,253); }

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