Html Css Color HEX #BCEFF4 Onahau

📋 copy color: '#BCEFF4'

red 188 ◦ green 239 ◦ blue 244

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

Shades of Onahau #BCEFF4

Tints of Onahau #BCEFF4

RGB

 RED value IS 188 (73.83% from 255) = 28.02%

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

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

R = 28.02%
G = 35.62%
B = 36.36%

CMYK

 C value IS 0.23

 M value IS 0.02

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BCEFF4 (or 0xBCEFF4) is known color: Onahau. HEX triplet: BC, EF and F4. RGB value is (188,239,244). Sum of RGB (Red+Green+Blue) = 188+239+244=671 (88% of max value = 765). Red value is 188 (73.83% from 255 or 28.02% from 671); Green value is 239 (93.75% from 255 or 35.62% from 671); Blue value is 244 (95.70% from 255 or 36.36% from 671); Max value from RGB is 244 - color contains mainly: blue. Hex color #BCEFF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCEFF4 is #43100B. Grayscale: #E0E0E0. Windows color (decimal): -4395020 or 16052156. OLE color: 16052156.

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

Color convert

RGB 188 239 244 -
CMYK 0.23 0.02 0 0.04
HSL 185.36º 0.72% 0.85% -
HSV(B) 185.36º 0.23% 0.96% -
XYZ 67.93 78.96 97.25 -
YUV 224.32 139.1 102.09 -
System Red Green Blue C M Y K H S L
Decimal 188 239 244 0.23 0.02 0 0.04 185.36 0.72 0.85
Hex BC EF F4 17 2 0 4 B9 48 55
Octal 274 357 364 27 2 0 4 271 110 125
Binary 10111100 11101111 11110100 10111 10 0 100 10111001 1001000 1010101

Color Harmonies of #BCEFF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEFF4

Black with #BCEFF4

Text Example


Text Example

White with #BCEFF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEFF4; }

 p { color: rgb(188,239,244); }

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

background-color css

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

 a { background-color: rgb(188,239,244); }

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

border-color css

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

 span { border-color: rgb(188,239,244); }

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