Html Css Color HEX #BCDFE5 Onahau

📋 copy color: '#BCDFE5'

red 188 ◦ green 223 ◦ blue 229

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

Shades of Onahau #BCDFE5

Tints of Onahau #BCDFE5

RGB

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

 GREEN value IS 223 (87.5% from 255) = 34.84%

 BLUE value IS 229 (89.84% from 255) = 35.78%

R = 29.38%
G = 34.84%
B = 35.78%

CMYK

 C value IS 0.18

 M value IS 0.03

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BCDFE5 (or 0xBCDFE5) is known color: Onahau. HEX triplet: BC, DF and E5. RGB value is (188,223,229). Sum of RGB (Red+Green+Blue) = 188+223+229=640 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.38% from 640); Green value is 223 (87.5% from 255 or 34.84% from 640); Blue value is 229 (89.84% from 255 or 35.78% from 640); Max value from RGB is 229 - color contains mainly: blue. Hex color #BCDFE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDFE5 is #43201A. Grayscale: #D5D5D5. Windows color (decimal): -4399131 or 15065020. OLE color: 15065020.

HSL color Cylindrical-coordinate representation of color #BCDFE5: hue angle of 188.78º degrees, saturation: 0.44, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BCDFE5 is Cyan = 0.18, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 188 223 229 -
CMYK 0.18 0.03 0 0.10
HSL 188.78º 0.44% 0.82% -
HSV(B) 188.78º 0.18% 0.9% -
XYZ 61.27 69.12 84.24 -
YUV 213.22 136.9 110.01 -
System Red Green Blue C M Y K H S L
Decimal 188 223 229 0.18 0.03 0 0.10 188.78 0.44 0.82
Hex BC DF E5 12 3 0 A BD 2C 52
Octal 274 337 345 22 3 0 12 275 54 122
Binary 10111100 11011111 11100101 10010 11 0 1010 10111101 101100 1010010

Color Harmonies of #BCDFE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDFE5

Black with #BCDFE5

Text Example


Text Example

White with #BCDFE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDFE5; }

 p { color: rgb(188,223,229); }

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

background-color css

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

 a { background-color: rgb(188,223,229); }

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

border-color css

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

 span { border-color: rgb(188,223,229); }

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