Html Css Color HEX #BCEEFD Onahau

📋 copy color: '#BCEEFD'

red 188 ◦ green 238 ◦ blue 253

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

Shades of Onahau #BCEEFD

Tints of Onahau #BCEEFD

RGB

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

 GREEN value IS 238 (93.36% from 255) = 35.05%

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

R = 27.69%
G = 35.05%
B = 37.26%

CMYK

 C value IS 0.26

 M value IS 0.06

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BCEEFD (or 0xBCEEFD) is known color: Onahau. HEX triplet: BC, EE and FD. RGB value is (188,238,253). Sum of RGB (Red+Green+Blue) = 188+238+253=679 (89% of max value = 765). Red value is 188 (73.83% from 255 or 27.69% from 679); Green value is 238 (93.36% from 255 or 35.05% from 679); Blue value is 253 (99.22% from 255 or 37.26% from 679); Max value from RGB is 253 - color contains mainly: blue. Hex color #BCEEFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCEEFD is #431102. Grayscale: #E0E0E0. Windows color (decimal): -4395267 or 16641724. OLE color: 16641724.

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

Color convert

RGB 188 238 253 -
CMYK 0.26 0.06 0 0.01
HSL 193.85º 0.94% 0.86% -
HSV(B) 193.85º 0.26% 0.99% -
XYZ 69.04 78.93 104.53 -
YUV 224.76 143.94 101.78 -
System Red Green Blue C M Y K H S L
Decimal 188 238 253 0.26 0.06 0 0.01 193.85 0.94 0.86
Hex BC EE FD 1A 6 0 1 C2 5E 56
Octal 274 356 375 32 6 0 1 302 136 126
Binary 10111100 11101110 11111101 11010 110 0 1 11000010 1011110 1010110

Color Harmonies of #BCEEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEEFD

Black with #BCEEFD

Text Example


Text Example

White with #BCEEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEEFD; }

 p { color: rgb(188,238,253); }

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

background-color css

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

 a { background-color: rgb(188,238,253); }

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

border-color css

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

 span { border-color: rgb(188,238,253); }

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