Html Css Color HEX #BCEAF0 Onahau

📋 copy color: '#BCEAF0'

red 188 ◦ green 234 ◦ blue 240

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

Shades of Onahau #BCEAF0

Tints of Onahau #BCEAF0

RGB

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

 GREEN value IS 234 (91.8% from 255) = 35.35%

 BLUE value IS 240 (94.14% from 255) = 36.25%

R = 28.4%
G = 35.35%
B = 36.25%

CMYK

 C value IS 0.22

 M value IS 0.02

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BCEAF0 (or 0xBCEAF0) is known color: Onahau. HEX triplet: BC, EA and F0. RGB value is (188,234,240). Sum of RGB (Red+Green+Blue) = 188+234+240=662 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.40% from 662); Green value is 234 (91.80% from 255 or 35.35% from 662); Blue value is 240 (94.14% from 255 or 36.25% from 662); Max value from RGB is 240 - color contains mainly: blue. Hex color #BCEAF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCEAF0 is #43150F. Grayscale: #DCDCDC. Windows color (decimal): -4396304 or 15788732. OLE color: 15788732.

HSL color Cylindrical-coordinate representation of color #BCEAF0: hue angle of 186.92º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCEAF0 is Cyan = 0.22, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 188 234 240 -
CMYK 0.22 0.02 0 0.06
HSL 186.92º 0.63% 0.84% -
HSV(B) 186.92º 0.22% 0.94% -
XYZ 65.89 75.83 93.6 -
YUV 220.93 138.76 104.51 -
System Red Green Blue C M Y K H S L
Decimal 188 234 240 0.22 0.02 0 0.06 186.92 0.63 0.84
Hex BC EA F0 16 2 0 6 BB 3F 54
Octal 274 352 360 26 2 0 6 273 77 124
Binary 10111100 11101010 11110000 10110 10 0 110 10111011 111111 1010100

Color Harmonies of #BCEAF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEAF0

Black with #BCEAF0

Text Example


Text Example

White with #BCEAF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEAF0; }

 p { color: rgb(188,234,240); }

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

background-color css

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

 a { background-color: rgb(188,234,240); }

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

border-color css

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

 span { border-color: rgb(188,234,240); }

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